projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de7d394
)
(reftex-toc-mode): Remove make-local-hook.
author
Pavel Janík
<Pavel@Janik.cz>
Sun, 2 Dec 2001 09:32:20 +0000
(09:32 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sun, 2 Dec 2001 09:32:20 +0000
(09:32 +0000)
lisp/textmodes/reftex-toc.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-toc.el
b/lisp/textmodes/reftex-toc.el
index 48de2453387baf11c18dd999a3eaa4124b90b879..2ec1040d190bddc9ac539a98ce1a27948f3fab32 100644
(file)
--- a/
lisp/textmodes/reftex-toc.el
+++ b/
lisp/textmodes/reftex-toc.el
@@
-62,8
+62,6
@@
Here are all local bindings.
" T<" 'reftex-toc-max-level-indicator ">"
" -%-"))
(setq truncate-lines t)
- (make-local-hook 'post-command-hook)
- (make-local-hook 'pre-command-hook)
(make-local-variable 'reftex-last-follow-point)
(add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t)
(add-hook 'pre-command-hook 'reftex-toc-pre-command-hook nil t)